/ Assembly List / LJCDBMessage / DataHTMLTable / ResultHTML

Namespace - LJCDBMessage


Parameters
dbResult - The data result object.
textState - The TextState object.
maxRows - The maximum number of rows to display.

Returns

The HTML table.

Syntax

C#
public static String ResultHTML(DbResult dbResult, TextState textState, Int32 maxRows = 0)

Creates an HTML table from a DbResult object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.